home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / MacTools / C++ / card_9948_render.png < prev    next >
Portable Network Graphic  |  1991-11-29  |  3.5 KB  |  512x342  |  4-bit (3 colors)
   ocr: C++ Glossary and tHamples Some key concepts and definitions used in C++: -abstract class : an abstract class, is the base or essential class. -binding: when dealing with virtual runctions, the particular version of the function to be selected to execute at run time, or "late binding". constructor: a constructor will specify how a new object of a class will be created and initialized. destructor: a destructor will destroy the class objects created by using constructors and will also deallocate memury used by these objects. rencapsulation: to combine data and runctions that are used to manipulat ...